net/http.ServeMux.shouldRedirectRLocked (method)

2 uses

	net/http (current package)
		server.go#L2400: 	shouldRedirect := mux.shouldRedirectRLocked(host, path)
		server.go#L2413: func (mux *ServeMux) shouldRedirectRLocked(host, path string) bool {